{% extends "adminapp/master.html" %} {% block content %}

Set a New Password

{% if validlink %}

Please enter your new password twice.

{% csrf_token %} {{ form.as_p }}
{% else %}

The password reset link is invalid or has expired.

{% endif %} Back to login
{% endblock %}